home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1999 November / SOTMC_Nov1999-Ultimate.iso / mac / REALbasic ƒ / Examples / Applications / HexEngineDemo / HexEngineDemo 0.80b / Version History < prev   
Encoding:
Text File  |  1999-04-06  |  1.4 KB  |  37 lines  |  [ttro/ttxt]

  1.                  HexEngine - Version History
  2.        Versions not listed were internal improvement versions.
  3. ***************************************
  4. 0.80b (current version; first beta version)
  5. -    introduced PathObject class for AI detection of
  6.         optimal route from one hex to another;
  7. -    introduced new methods for HexFieldData to 
  8.         improve managing the Content array:
  9.         CopyCellContent, CopyCellLayer, 
  10.         MoveCellContent, MoveCellLayer ;
  11. -    introduced functions to find the coordinates of
  12.         a neighboring hex in a HexFieldData object:
  13.         NeighborCol , NeighborRow ;
  14. ***************************************
  15. 0.74a (internal)
  16. -    fixed bug with Update/HiliteHex where hexes in 
  17.         row or column 0 were shown;
  18. -    fixed small appearance bug in Update/HiliteHex
  19.         functions pertaining to gridstrength ;
  20. -    fixed bug with ShowGridAfter where hex grids 
  21.         were shown in wrong order;
  22. -    improved ScaledPic function for looks;
  23. -    fixed internal synchronization problem with 
  24.         animations, where AnimatorThread could up-
  25.         date a hex with graphics that had already been
  26.         replaced.  Now only one UpdateHex  routine is
  27.         being performed on a given cell at a time dur-
  28.         ing animation.
  29. ***************************************
  30. 0.72a 
  31. -    added layer object model;
  32. -    added graphic functions;
  33. -    added HexContentLayer, HexObject, 
  34.         HexObjectState, AnimatorThread.
  35. ***************************************
  36. 0.64a (First version)
  37. ***************************************